home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5916 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  707 b 

  1. Path: bubba.NMSU.Edu!news!zhao
  2. From: zhao@crl.nmsu.edu (Z. Zhao)
  3. Newsgroups: comp.lang.c
  4. Subject: 'sh' in Makefile ???
  5. Date: 21 Feb 1996 20:58:06 GMT
  6. Organization: Computing Research Lab/New Mexico State University
  7. Message-ID: <ZHAO.96Feb21135806@sparta.crl.nmsu.edu>
  8. NNTP-Posting-Host: sparta.nmsu.edu
  9.  
  10. i have grabbed a c program and its Makefile from somewhere for a
  11. sun-openwin application. there is a statement as follows in the Makefile:
  12.  
  13. OW              :sh = echo ${OPENWINHOME:+openwin}
  14.  
  15. it is to get a sunos/openwin env. variable. however, my 'make' doesn't
  16. get it and says:
  17.  
  18. % make: *** No rule to make target 'sh'. Stop.
  19.  
  20. And I don't get it. Anyone knows what it is ?
  21.  
  22. Thanks in advance,
  23.  
  24.     zizi
  25.  
  26.